remote error: is not a valid repository name
事情發生在我用git push!
說到這裡沒人知道我用 http/ssh
結果是我隨著某人的介紹先用http發現要輸入帳密很煩
然後想說改成ssh就悲劇了
問題永遠是打錯字
但地雷在網路上的資料要我
設定ssh
重灌npm
還有一堆英文建議
連 stackOverflow都沒有記錄
覺得合適的做法是
第一自己有沒有做github ssh連結
前幾天有成功,就不用擔心失效
當然被其他建議帶跑亂生成SSH key也沒有影響
如果擔心就測試SSH到git
ssh -T git@github.com
會有兩個狀況
The authenticity of host 'github.com (IP ADDRESS)' can't be established.
RSA key fingerprint is...
或
Hi username! You've successfully authenticated, but GitHub does not
provide shell access.
源自
https://help.github.com/en/github/authenticating-to-github/testing-your-ssh-connection
我的狀況的解答是:
專案repo的 ssh後掛檔案名稱是用/做連結的
不是":"
https://help.github.com/en/github/using-git/changing-a-remotes-url
已上害我繞了起碼一個半小時
另外學到生成ssh時
會要你依序輸入
名稱
是否passphrase密碼短語
再次輸入passphrase密碼短語
https://www.youtube.com/watch?v=3aKda-oXWc8
https://backlog.com/git-tutorial/tw/reference/ssh.html
另外延伸問題 SSH 跟個人密碼不應該在不同平台用同密碼的觀念下
應該有相關的管理問題,其嚴重性與相關工具有哪些。